table {
    text-align: center;
}
table img
{
    max-width: 50px;
}

th {
    border: 2px solid;
    background-color: #fbc21b;
    padding: 5px;
}


table tbody tr td {
    border: 2px solid;
    padding: 4px 34px;
}






table { }
	table thead, table tfoot { }
	table thead tr th,
	table tfoot tr th,
	table tbody tr td,
	table tr td,
	table tfoot tr td { font-size: 15px; line-height: 18px;}
	table thead tr th,
	table tfoot tr td { padding: 8px 10px 9px; font-size: 20px; font-weight: bold; color: #fff; }
	table thead tr th:first-child, table tfoot tr td:first-child { border-left: none; }
	table thead tr th:last-child, table tfoot tr td:last-child { border-right: none; }
	table tbody tr.even,
	table tbody tr.alt {  }
	table tbody tr:nth-child(even) {  }
	table tbody tr td {padding: 9px 10px; border: none; }

table {
    text-align: center;
}
table img
{
    max-width: 60px;
}

th {
    border: 1px solid;
    background-color: #fbc21b;
    padding: 5px;
}


table tbody tr td {
    border: 1px solid;
    padding: 4px 34px;
}
